Welcome![Sign In][Sign Up]
Location:
Search - vc gdi

Search list

[SourceCodeVC6-GDI+p.rar

Description: VC与GDI结合的简单绘图软件,虽然功能简单,但是能够提供不少帮助
Platform: | Size: 19160 | Author: zxu9704123 | Hits:

[DocumentsVC GDI编程

Description: vc GDI编程的入门书籍。
Platform: | Size: 327888 | Author: cody416@sina.com | Hits:

[GDI-BitmapVC_比较好的VC曲线(波形)图

Description: VC做的曲线控制图(带Lib),适合数学/工业应用-VC done curve control chart (with the Lib), suitable for Mathematics/industrial applications
Platform: | Size: 797696 | Author: 迅驰 | Hits:

[GDI-Bitmap详细讲解如何在窗口中绘图的例子

Description: 在VC状态下绘图的实现-in VC under the realization of graphics
Platform: | Size: 168960 | Author: 熊亮 | Hits:

[GDI-Bitmap使用GDI+的例子

Description: GDI+的调用例程-GDI+ calls routines
Platform: | Size: 198656 | Author: 金辉 | Hits:

[Graph DrawingGDI+中的圆角矩形

Description: GDI+是对GDI的一个令人兴奋的扩展,但由于某些原因,它没有提供绘制圆角矩形的函数,虽然我们可以在GDI+中使用GDI中的函数,但这样一来我们没办法在圆角矩形中使用GDI+中的纹理和透明色等新特性。怎么办?GDI+中有一个GraphicsPath 的类,我们可以用它构造各种形状并且可用任何画刷来填充这些形状。本源码中提供了一个可以加到任何工程中的函数,并用它来绘制了一个圆角矩形,矩形的远郊程度可以通过一个滑动条来设置-GDI GDIGDI How? GDI is a GraphicsPath the category, we can use it for all sorts of shapes and structures available to any brush painting to fill these forms. The source provided a project can be added to any of the functions, and use it to draw a rectangular fillet, rectangular extent of the suburbs of the city through a sliding strip to set up
Platform: | Size: 65536 | Author: 王明 | Hits:

[2D GraphicBitbitchuli

Description: 昨天在论坛上,有人问起双缓冲的实现问题,想起网上这方面资料比较凌乱,而且多是 DirectX 相关的,今天特地在这里给大家简要的介绍一下双缓冲技术及其在 VC++ 的 GDI 绘图环境下的实现。 -yesterday at the forum, it was asked to achieve double-buffer issues, I think this information online comparison messy, DirectX is also more relevant, specially here today to briefly tell us about the double-buffer technology and the VC GDI drawing environment is achieved.
Platform: | Size: 1928192 | Author: nikker | Hits:

[GDI-BitmapGDI+_VC6

Description: GDI+使用说明,VC6.0版本的源码。可以编译直接使用-GDI+ Use, VC6.0 version of the source. Can be directly used to compile
Platform: | Size: 63488 | Author: 阿辉 | Hits:

[VC/MFCVC++inimageprocess

Description: Visual C++(以下简称VC++) 是面向对象与可视化软件开发工具中比较成熟的一类。MFC是VC++中直接由Microsoft提供的类库,它集成了大量已定义好的类,我们可以根据需要,调用相应类,或根据需要自定义类。正是基于MFC的这种特性,我们试图设计出具有封装性、独立性的功能模块------函数数据生成模块,函数曲线输出模块,模块之间的桥梁是由模板类CArray派生的CPoint类数组充当的。函数数据生成模块用来实现对函数的设置并获得采样点,数组得到采样点数据并将其传递到输出模块中。从整体来看,实现了各程序模块的独立性,使得在函数模块中可任意添加、删除函数,可使用不同的DC和GDI,可实现不同的输出方式,整个工程在函数绘图功能上是无限扩展的。经过反复的调试和检验,我们实现了预期目标。我们的主要目的是尝试VC++在数学函数绘图方面的功能和应用。这是对VC++的探索,也是对数学函数绘图多样化的尝试。-err
Platform: | Size: 145408 | Author: 徐江 | Hits:

[GDI-BitmapGDI

Description: 这是VC中GDI和绘图函数的一个简单的使用示例 运行程序后点击1234这四个按钮 可分别看到绘图函数、画笔、画刷以及字体的使用示例-This is the VC in the GDI and mapping functions using a simple example of running the program after 1234 in these four button clicks can see the graphics function, brushes, painting brushes and fonts to use examples
Platform: | Size: 3509248 | Author: DM | Hits:

[GDI-BitmapVC++GDI

Description: 本程序处理256色的图像,编辑,加式等其它特效.-This procedure deal with 256 color images, edit, add special effects, and other style.
Platform: | Size: 4671488 | Author: 徐凌云 | Hits:

[Graph DrawingGDI+

Description: 介绍了如何在VC++6.0环境中使用GDI+开发包,相信读者看完说明后很容易上手。另附开发包所需要的头文件及库文件,dll文件-How to introduce VC++ 6.0 environment GDI+ Development kit, I believe that readers, after reading the description is very easy to use. Separate kit required header files and library files, dll files
Platform: | Size: 1000448 | Author: 良子 | Hits:

[GDI-BitmapGDI+usetotal

Description: 在VC++6.0环境下使用GDI+包的具体步骤详细说明-In VC++ 6.0 environment GDI+ Packet detailing the specific steps
Platform: | Size: 126976 | Author: yunan | Hits:

[Other Riddle gamesPuzzleGame

Description: 拼图游戏,采用 vc++ gdi开发,可随机打乱图片,自定义原始图片功能等。-Jigsaw puzzle, using vc++ Gdi development, could be disrupted random picture, custom features, such as the original picture.
Platform: | Size: 539648 | Author: 汪雷 | Hits:

[VC/MFCVC++

Description: Visual C++集成开发环境简介(0.5) SDK风格的Windows程序设计(1) 用Appwizard开发的第一个MFC程序(0.5) 事件处理、映射模式及滚动视图(2) GDI、颜色及字体(2) 对话框及控件(2.5) ActiveX及IE公用控件(1.5) 位图(1) -Visual C++ About the Integrated Development Environment (0.5) SDK-style Windows programming (1) Appwizard first MFC development program (0.5) event handler, mapping mode and scroll the view (2) GDI, color and font (2 ) dialog box and controls (2.5) ActiveX and IE common control (1.5) bitmap (1)
Platform: | Size: 407552 | Author: 吴欢欢 | Hits:

[Special EffectsVC-GDI

Description: VC中使用GDI+进行图像处理,实现图片缩小,旋转-VC use GDI+ for image processing, picture achieve narrow, rotating
Platform: | Size: 194560 | Author: buqing | Hits:

[GDI-BitmapGDI_plus

Description: VC GDI 编程,美化程序界面、开发GDI程序!-VC GDI programming
Platform: | Size: 6072320 | Author: follow | Hits:

[Othervc

Description: 一个简单的VC++程序,使用Windows GDI函数实现文本的输出,实现将一首四句的古诗从右到左竖排逐列输出。-failed to translate
Platform: | Size: 1159168 | Author: 王然 | Hits:

[Embeded-SCM DevelopGDI

Description: VC版的GDI的程序设计,包含的内容相当广泛-VC version of the GDI programming, a wide range of content
Platform: | Size: 5428224 | Author: yurui | Hits:

[OtherVC++ GDI写的坦克大战完整源码

Description: 最近学习《Visual C++游戏编程基础》这本书,于是就想不能白学,编写一个游戏吧,于是就试着做了个坦克大战游戏,只学过C语言,C++看了一遍书,不会类封装,代码中都是结构体+函数。。。算是C语言式的C++了吧!(Tank war complete source code written by VC++ GDI)
Platform: | Size: 2637824 | Author: 枫~ | Hits:
« 12 3 4 5 6 7 8 9 10 ... 20 »

CodeBus www.codebus.net